home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Marriage & Divorce Law / ProOne: Marriage & Divorce Law.iso / lawlib / pllcd432.exe / 0 / RCDATA / TLISTFORM / TLISTFORM.txt
Text File  |  1997-03-01  |  709b  |  41 lines

  1. object ListForm: TListForm
  2.   Left = 200
  3.   Top = 103
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select'
  7.   ClientHeight = 316
  8.   ClientWidth = 169
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object TheList: TListBox
  17.     Left = 5
  18.     Top = 5
  19.     Width = 159
  20.     Height = 213
  21.     ItemHeight = 16
  22.     TabOrder = 0
  23.   end
  24.   object OKButton: TBitBtn
  25.     Left = 30
  26.     Top = 226
  27.     Width = 109
  28.     Height = 41
  29.     TabOrder = 1
  30.     Kind = bkOK
  31.   end
  32.   object CancelButton: TBitBtn
  33.     Left = 30
  34.     Top = 271
  35.     Width = 109
  36.     Height = 40
  37.     TabOrder = 2
  38.     Kind = bkCancel
  39.   end
  40. end
  41.